Strings & Loops: We need to change the x-coordinate of each letter so they are spread out.
- Find ····sprite·=·codesters.Text(letter,·100,·200)¬ Change the 100 to x.
- In LOGIC, Add Value indented in the loop. Change my_var to x.
- Change 1 to 20. Every time the loop runs, x increases by 20!
Notice how your name begins at the left and moves over. Adding to x solved the problem!
To navigate the page using the TAB key, first press ESC to exit the code editor.